-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cross platform support for Windows #23
Conversation
run-tests.js
Outdated
: `cypress`; | ||
|
||
const server = httpServer.createServer() | ||
const PORT = 8000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't used
package.json
Outdated
@@ -10,6 +10,7 @@ | |||
"devDependencies": { | |||
"@percy/cypress": "^1.0.2", | |||
"cypress": "^3.1.5", | |||
"http-server": "^0.11.1" | |||
"http-server": "^0.11.1", | |||
"https-server": "^0.1.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you ever use this https-server
package? Might not be needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good catch! I did not intend to add that 😱
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change looks 👍 to me.
Happy to see this merged as soon as the various CI builds go green. Looks like the Percy build failed for some reason -- I triggered another CI workflow run to see if that goes better. It would be good to look into why it failed the first time around.
All builds are 💚 now, so feel free to merge as soon as you remove that |
What is this?
This adds support for running the example app from windows. I have verified this works with windows with this specific build coming from my windows machine: https://percy.io/percy/example-percy-cypress/builds/1564784